/* 页面公共内容区 */
.w {
  width: 1200px;
  margin: 0 auto;
}

.imgfit {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 5px;
}

html {
  min-width: 1200px;
  overflow: auto;
}

/* 首页-顶部搜索 start */
.nav_search_wrapper {
  height: 50px;
  background-color: #A30003;
}

.nav_search_wrapper .nav_search_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 50px;
}

.nav_search_wrapper .nav_search_cont h1 {
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  padding-left: 5px;
}

.nav_search_wrapper .nav_search_cont .search_box {
  padding-right: 15px;
  display: flex;
  align-items: center;
  line-height: 27px;
  font-size: 14px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  overflow: hidden;
}

.nav_search_wrapper .nav_search_cont .search_box input {
  width: 275px;
  padding: 0 10px;
  background-color: #fff;
  height: 27px;
}

.nav_search_wrapper .nav_search_cont .search_box .search_btn {
  width: 60px;
  background-color: #C99B58;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

/* 首页-顶部搜索 end */
/* 首页-导航菜单 start */
.nav_menu_wrapper {
  height: 204px;
  background: url("/assets/pc/img/headbg.png") no-repeat #fff;
  background-size: cover;
}

.nav_menu_cont_top {
  height: 134px;
  position: relative;
}

.nav_menu_cont_top .w {
  height: 100%;
}

.nav_menu_cont_top .w img {
  height: 66px;
  margin-top: 40px;
}

.righthead {
  height: 65px;
  position: absolute;
  right: 100px;
  top: 30px;
}

.nav_menu_wrapper .nav_menu_cont {
  height: 70px;
  position: relative;
  overflow: hidden;
}

/* .nav_menu_wrapper .nav_menu_cont:hover {
    overflow: visible;
  }
  .nav_menu_wrapper .nav_menu_cont:hover .menu_bg {
    background-color: rgba(254, 234, 227, 0.92);
  } */
.nav_menu_wrapper .nav_menu_cont .menu_bg {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 70px;
  /* 导航内容 */
}

.nav_menu_wrapper .nav_menu_cont .menu_bg .menu_list {
  display: flex;
  text-align: center;
  align-items: flex-start;
  overflow: hidden;
  margin-top: -70px;
  justify-content: center;
}

.nav_menu_wrapper .nav_menu_cont .menu_bg .menu_list .li_first {
  flex: 0 0 0%;
  /* 一级菜单 */
  /* 二级菜单 */
}

.nav_menu_wrapper .nav_menu_cont .menu_bg .menu_list .li_first:hover .item_first {
  color: #B83729;
  border-bottom: 4px solid #B83729;
}

.nav_menu_wrapper .nav_menu_cont .menu_bg .menu_list .li_first:hover ul {
  background-color: #F9D9DA;
}

.nav_menu_wrapper .nav_menu_cont .menu_bg .menu_list .li_first ul {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav_menu_wrapper .nav_menu_cont .menu_bg .menu_list .li_first:not(:last-child) ul {
  border-right: 1px solid #eed2c8;
}

.nav_menu_wrapper .nav_menu_cont .menu_bg .menu_list .li_first .item_first {
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  white-space: nowrap;
  width: 100%;
  padding: 0 20px;
}

@media (min-width: 1600px) {
  .nav_menu_wrapper .nav_menu_cont .menu_bg .menu_list .li_first .item_first {
    padding: 0 40px;
  }
}

.nav_menu_wrapper .nav_menu_cont .menu_bg .menu_list .li_first .li_second {
  margin-bottom: 6px;
}

.nav_menu_wrapper .nav_menu_cont .menu_bg .menu_list .li_first .li_second .item_second {
  line-height: 32px;
  font-size: 15px;
  padding: 0 10px;
  width: 100%;
  color: #AA2121;
}

.nav_menu_wrapper .nav_menu_cont .menu_bg .menu_list .li_first .li_second .item_second:hover {
  background-color: #EF8683;
  color: #fff;
}

/* 首页-导航菜单 end */
/* swiperBasic start */
.swiper_box_my .swiper-container {
  width: 100%;
  height: 100%;
}

.swiper_box_my .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper_box_my .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper_box_my .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
  background-color: #fff;
}

.swiper_box_my .box_top {
  border-radius: 10px;
  overflow: hidden;
}

/* swiperBasic end */
/* 首页-导航轮播图 start */
.nav_carhous_wrapper {
  height: 450px;
}

.nav_carhous_wrapper .imgfit {
  height: 450px;
  max-width: 1920px;
}

/* 首页-导航轮播图 end */
/* 模块标题 start */
.section_title_box {
  box-sizing: content-box;
  height: 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 70px;
  margin-bottom: 45px;
  padding-bottom: 12px;
  border-bottom: 1px solid #DC0B0D;
  position: relative;
}

.section_title_box::after {
  content: "";
  position: absolute;
  bottom: -9px;
  width: 100%;
  height: 8px;
  background: url("/assets/pc/img/img10.png");
}

.section_title_box .top_title {
  height: 35px;
  padding-left: 21px;
  background: url("/assets/pc/img/icon1_19.png") no-repeat;
}

.section_title_box .top_more {
  color: #C4C3C3;
  font-size: 14px;
}

/* 模块标题 end */
/* 首页-新闻中心 start */
.news_center_wrapper a {
  display: block;
}

.news_center_wrapper .news_bottom {
  width: 100%;
  height: 430px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.news_center_wrapper .news_bottom .news_left {
  width: 630px;
  overflow: hidden;
  border-radius: 10px;
}

.news_center_wrapper .news_bottom .news_left img {
  width: 100%;
  height: 100%;
}

.news_center_wrapper .news_bottom .news_left .carhouse {
  width: 100%;
  height: 100%;
}

.news_center_wrapper .news_bottom .news_left .carhouse .swiper-slide .slidea_box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.news_center_wrapper .slidea_box .box_top {
  width: 100%;
  height: 355px;
  position: relative;
}

.news_center_wrapper .news_bottom .news_left .carhouse .swiper-slide .slidea_box .box_top::after {
  position: absolute;
  left: 0;
  content: "";
  height: 140px;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  bottom: 0;
}

.news_center_wrapper .news_bottom .news_left .carhouse .swiper-pagination {
  text-align: right;
  padding-right: 5px;
  width: 120px;
  left: auto;
  right: 0;
  bottom: 85px;
}

.news_center_wrapper .news_bottom .news_left .carhouse .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  line-height: 10px;
  border: 1px solid #fff;
}

.news_center_wrapper .news_bottom .news_left .carhouse .slidetitle {
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  bottom: 0;
  padding: 0 120px 0 10px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 1;
  font-size: 18px;
  left: 0;
}

.news_center_wrapper .news_bottom .news_left .news_left_title {
  background-color: #fff;
  height: 75px;
  padding-top: 15px;
  line-height: 30px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #B0B0B0;
  text-align: left;
}

.news_center_wrapper .news_left .news_left_title a {
  color: #B0AFAF;
}


.news_center_wrapper .news_bottom .news_right {
  width: 526px;
  height: 430px;
  background-color: #F9F9F9;
}

.news_center_wrapper .news_bottom .news_right .right_tab {
  height: 50px;
  padding-right: 22px;
  border-bottom: 1px solid #C50002;
  display: flex;
  align-items: baseline;
  line-height: 50px;
  justify-content: space-between;
}

.news_center_wrapper .news_bottom .news_right .right_tab .tab_box {
  display: flex;
  user-select: none;
}

.news_center_wrapper .news_bottom .news_right .right_tab .tab_item {
  font-size: 20px;
  color: #C50002;
  padding: 0 22px;
  cursor: pointer;
  height: 50px;
  font-weight: bold;
}

.news_center_wrapper .news_bottom .news_right .right_tab .tab_itemact {
  background-color: #C50002;
  color: #fff;
}

.news_center_wrapper .news_bottom .news_right .right_tab .right_more {
  color: #C50002;
  font-size: 14px;
}

.news_center_wrapper .news_bottom .news_right .right_box {
  padding: 8px 22px;
  height: 380px;
  display: flex;
}

.news_center_wrapper .news_bottom .news_right .right_cont {
  width: 100%;
  display: none;
}

.news_center_wrapper .news_bottom .news_right .right_cont li:last-child .new_item {
  border-bottom: 1px solid transparent;
}

.news_center_wrapper .news_bottom .news_right .right_cont .new_item {
  height: 52px;
  line-height: 51px;
  border-bottom: 1px solid #ECECEC;
  display: flex;
  align-items: center;
  width: 100%;
}

.news_center_wrapper .news_bottom .news_right .right_cont .new_item .title {
  padding-right: 20px;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1 0;
}

.news_center_wrapper .sourcespan {
  color: #C50002;
  margin-right: 12px;
  padding-right: 8px;
  border-right: 1px solid #C50002;
}

.news_center_wrapper .news_bottom .news_right .right_cont .new_item .time {
  flex: 0 0 100px;
  text-align: right;
  font-size: 16px;
}

.news_center_wrapper .news_bottom .news_right .right_contact {
  display: block;
}

/* 首页-新闻中心 end */
/* 首页-通知公告 start */
.notice_wrapper a {
  display: block;
}

.scale-p{
  overflow: hidden;
  border-radius: 5px;
}

.img-scale{
  transition: all .3s;
}

.img-scale:hover{
  transform: scale(1.06);
}

.notice_wrapper .notice_wrapper_cont {
  margin-top: 42px;
  margin-bottom: 50px;
  height: 110px;
  background-color: #F7F3F2;
  display: flex;
  align-items: center;
}

.notice_wrapper .notice_wrapper_cont .left_title {
  padding: 0 38px;
  height: 100%;
  background-color: #C50002;
  font-size: 36px;
  font-weight: bold;
  line-height: 110px;
  color: #fff;
  position: relative;
}

.notice_wrapper .notice_wrapper_cont .left_title::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #C50002;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.notice_wrapper .notice_wrapper_cont .right_cont {
  padding: 0 20px 0 55px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.notice_wrapper .notice_wrapper_cont .right_cont .notice_item {
  flex: 0 0 50%;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 28px;
  position: relative;
}

.notice_wrapper .notice_wrapper_cont .right_cont .notice_item::after {
  content: "\e7b5";
  font-family: "iconfont";
  position: absolute;
  left: 0;
  font-size: 20px;
  color: #C50001;
  font-weight: bold;
}

/* 首页-通知公告 end */
/* 首页-教学培训 start */
.teach_train_wrapper .teach_tabs .tab_title {
  height: 44px;
  line-height: 44px;
  border-radius: 5px 5px 0 0;
  background-color: #FCE1D4;
  padding: 0 33px;
  overflow: hidden;
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}

.teach_train_wrapper .swiper_box_my .swiper-slide {
  background-color: #fff;
}

.teach_train_wrapper .teach_tabs .tab_title li {
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
  padding: 0 23px;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
}

.teach_train_wrapper .teach_tabs .tab_title .act {
  color: #fff;
  background-color: #C50002;
  border-radius: 10px 0 10px 0;
}

.teach_train_wrapper .teach_tabs .tab_cont_p {
  width: 100%;
  height: 292px;
  overflow: hidden;
  position: relative;
}

.teach_train_wrapper .teach_tabs .tab_cont {
  width: 100%;
  height: 292px;
  padding: 0 30px;
  position: absolute;
  z-index: 1;
  background-color: #fff;
}

.teach_train_wrapper .teach_tabs .tab_cont_act {
  z-index: 2;
}

.teach_train_wrapper .teach_tabs .tab_cont .swiper-wrapper {
  height: 240px;
  margin-bottom: 52px;
}

.teach_train_wrapper .teach_tabs .tab_cont .swiper-pagination-bullet {
  width: 20px;
  height: 8px;
  line-height: 8px;
  background-color: #F4F1F1;
  border-radius: 8px;
}

.teach_train_wrapper .teach_tabs .tab_cont .swiper-pagination-bullet-active {
  background-color: #D13335;
}

.teach_train_wrapper .teach_tabs .tab_cont .perv_btn,
.teach_train_wrapper .teach_tabs .tab_cont .next_btn {
  color: #D81E06;
  position: absolute;
  left: 0;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  top: calc(50% - 41px);
}

.teach_train_wrapper .teach_tabs .tab_cont .next_btn {
  right: 0;
  left: auto;
}

.teach_train_wrapper .teach_tabs .tab_cont .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
}

.teach_train_wrapper .teach_tabs .tab_cont .three_swiper_box {
  width: 100%;
  height: 100%;
  position: relative;
}

.teach_train_wrapper .teach_tabs .tab_cont .three_swiper_box img {
  width: 370px;
  height: 240px;
}

.teach_train_wrapper .teach_tabs .tab_cont .three_swiper_box .title_name {
  position: absolute;
  left: 0;
  bottom: 20px;
  min-width: 160px;
  max-width: 100%;
  height: 30px;
  background: url("/assets/pc/img/img06.png") no-repeat transparent;
  background-size: cover;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  padding: 0 30px 0 20px;
  white-space: nowrap;
  overflow: hidden;
}

.teach_train_wrapper .teach_tabs .tab_cont .three_swiper_box .title_name p {
  overflow: hidden;
}

/* .teach_train_wrapper .teach_tabs .tab_cont .three_swiper_box:hover .diahov {
    display: flex;
  } */
.teach_train_wrapper .train_trends_wrapper {
  height: 350px;
  overflow: hidden;
}

.teach_train_wrapper .train_trends_wrapper .train_trends_title {
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  font-weight: bold;
  color: #C50002;
}

.teach_train_wrapper .train_trends_wrapper .train_trends_cont {
  height: 270px;
  display: flex;
  justify-content: space-between;
}

.teach_train_wrapper .train_trends_wrapper .train_trends_cont .train_trends_left {
  width: 420px;
  padding-right: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.teach_train_wrapper .train_trends_wrapper .train_trends_cont .train_trends_left li {
  flex: 1;
  border-bottom: 1px solid #ECECEC;
  position: relative;
  padding: 10px 0 10px 20px;
}

.teach_train_wrapper .train_trends_wrapper .train_trends_cont .train_trends_left li::before {
  position: absolute;
  left: 2px;
  top: 25px;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #DC0B0D;
}

.teach_train_wrapper .train_trends_wrapper .train_trends_cont .train_trends_left li a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 32px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.teach_train_wrapper .train_trends_wrapper .train_trends_cont .train_trends_right {
  width: 760px;
}

.teach_train_wrapper .train_trends_wrapper .train_trends_cont .train_trends_right a {
  width: 100%;
  height: 100%;
}

.teach_train_wrapper .train_trends_wrapper .train_trends_cont .train_trends_right img {
  width: 375px;
  height: 195px;
  border-radius: 10px;
}

.teach_train_wrapper .train_trends_wrapper .train_trends_cont .train_trends_right .toppc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  height: 195px;
}

.teach_train_wrapper .train_trends_wrapper .train_trends_cont .train_trends_right .toppc>div {
  width: 375px;
  height: 100%;
}

.teach_train_wrapper .train_trends_wrapper .train_trends_cont .train_trends_right .bottompc {
  width: 100%;
  height: 50px;
  background: url("/assets/pc/img/movebg1.png") #e8f4ff;
  padding: 0 10px 0 200px;
  overflow: hidden;
}

#bottompc_box {
  height: 100%;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;

}

.teach_train_wrapper .train_trends_wrapper .train_trends_cont .train_trends_right .bottompc a {
  width: 100%;
  line-height: 51px;
  height: 100%;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.teach_train_wrapper .train_pc_boxs {
  margin: 66px 0;
  display: flex;
  justify-content: space-between;
  height: 130px;
}

.teach_train_wrapper .train_pc_boxs>div {
  width: 290px;
  height: 100%;
}

.teach_train_wrapper .train_pc_boxs>div a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.teach_train_wrapper .train_pc_boxs>div img {
  object-fit: cover;
}

/* 首页-教学培训 end */
/* 首页-教学资源 start */
.teach_source_wrapper {
  background-color: #FAFAFA;
}

.teach_source_wrapper .teach_source_cont {
  height: 290px;
  margin-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.teach_source_wrapper .teach_source_cont .source_item {
  position: absolute;
  left: 0;
  top: 0;
  width: 480px;
  height: 100%;
  transition: 0.6s;
}

.teach_source_wrapper .teach_source_cont .source_item .imgfit {
  width: 100%;
  height: 100%;
}

.teach_source_wrapper .teach_source_cont .source_item .pc_close {
  display: none;
  width: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 34px 0;
}

.teach_source_wrapper .teach_source_cont .source_item .pc_close span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  width: 18px;
  line-height: 22px;
  word-wrap: break-word;
  word-break: break-all;
  text-align: center;
  overflow: hidden;
  max-height: 100%;
}

.teach_source_wrapper .teach_source_cont .source_item .pc_open {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.teach_source_wrapper .teach_source_cont .source_item .pc_open .title {
  position: absolute;
  left: 0;
  top: 20px;
  min-width: 160px;
  max-width: 100%;
  height: 30px;
  background: url("/assets/pc/img/img06.png") no-repeat transparent;
  background-size: cover;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  padding: 0 30px 0 20px;
  white-space: nowrap;
  overflow: hidden;
}


.teach_source_wrapper .teach_source_cont .source_item .pc_open .title p {
  overflow: hidden;
}

.teach_source_wrapper .teach_source_cont .source_item .pc_open .a_cont {
  width: 100%;
  height: 290px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
  bottom: 0;
  left: 0;
  position: absolute;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 22px;
  color: #fff;
  font-size: 14px;
  padding: 220px 20px 15px 20px;
}

.teach_source_wrapper .teach_source_cont .act .pc_close {
  display: none;
}

.teach_source_wrapper .teach_source_cont .act .pc_open {
  display: block;
}

/* 首页-教学资源 end */
/* 首页-教研科研 start */
/* 首页-教研科研 start */
.teach_research_wrapper {
  width: 100%;
  height: 690px;
  background: url('/assets/pc/img/keyanbg_02.png') no-repeat;
  background-size: cover;
}

.teach_research_wrapper .teach_research_tabbox {
  width: 100%;
  height: 475px;
  display: flex;
}

.teach_research_wrapper .teach_research_tabbox .tabs_left {
  flex: 0 0 200px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  height: fit-content;
}

.teach_research_wrapper .teach_research_tabbox .tabs_left .tab_item {
  height: 83px;
  line-height: 83px;
  text-align: center;
  font-size: 18px;
  background-color: #FB2B22;
  color: #fff;
  cursor: pointer;
  border-bottom: 2px solid #C50002;
}

.teach_research_wrapper .teach_research_tabbox .tabs_left .act {
  background-color: #FE6F03;
  font-size: 22px;
}

.teach_research_wrapper .teach_research_tabbox .tabcont_right {
  flex: 0 0 1000px;
  background-color: #D56E3F;
  border-radius: 0 20px 20px 20px;
  display: none;
}

.teach_research_wrapper .teach_research_tabbox .tabcont_right_act {
  display: block;
  padding: 30px 32.5px 35px 32.5px;
  overflow: hidden;
}

.teach_research_wrapper .cont_item_top {
  height: 200px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.teach_research_wrapper .cont_item_bottom {
  height: 190px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.teach_research_wrapper .teach_research_tabbox .cont_item {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.teach_research_wrapper .cont_item_top .toppc_box {
  flex: 0 0 290px;
  height: 200px;
  position: relative;
  margin-right: 32.5px;
}

.teach_research_wrapper .cont_item_top .toppc_box img {
  width: 100%;
  height: 100%;
}

.teach_research_wrapper .cont_item_top .toppc_box a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
}

.teach_research_wrapper .cont_item_top .toppc_box a span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding: 0 10px 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.teach_research_wrapper .cont_item_bottom a {
  flex: 0 0 290px;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  line-height: 24px;
  margin-bottom: 23px;
}

/* 首页-教研科研 end */
/* 首页-机关建设 start */
.construct_wrapper .construct_cont {
  height: 395px;
  margin-bottom: 75px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.construct_wrapper .construct_cont a {
  display: block;
  width: 100%;
  height: 100%;
}

.construct_wrapper .construct_cont .cont_box {
  width: 580px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.construct_wrapper .construct_cont .cont_box .item_box .item_title {
  height: 52px;
  line-height: 52px;
  padding: 0 40px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #F1EDEC;
  position: relative;
}

.construct_wrapper .construct_cont .cont_box .item_box .item_title::after {
  content: "\e652";
  font-family: "iconfont";
  position: absolute;
  right: 20px;
  font-size: 14px;
  color: #DC0B0D;
}

.construct_wrapper .construct_cont .cont_box .item_box .item_det {
  padding: 0 20px;
  height: 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #B0AFAF;
  line-height: 42px;
  transition: 0.5s;
}

.construct_wrapper .construct_cont .cont_box .act .item_title {
  background-color: #DC0B0D;
  color: #fff;
  padding-right: 20px;
}

.construct_wrapper .construct_cont .cont_box .act .item_title::after {
  display: none;
}

.construct_wrapper .construct_cont .cont_box .act .item_det {
  height: 85px;
}

/* 首页-机关建设 end */
/* 首页-红旗渠影视 start */
.diatitle {
  height: 30px;
  line-height: 30px;
  width: 100%;
  padding: 0 5px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.diahov {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  cursor: pointer;
}

.diahov .iconfont {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.diahov .iconfont:first-child {
  margin-right: 10px;
}

.hqqmovie_wrapper {
  height: 608px;
  background: url("/assets/pc/img/bgvideo_02.png") no-repeat;
  background-size: cover;
}

.hqqmovie_wrapper .hqqmovie_swiper {
  height: 295px;
  width: 100%;
  position: relative;
}

.hqqmovie_wrapper .hqqmovie_swiper .perv_btn,
.hqqmovie_wrapper .hqqmovie_swiper .next_btn {
  color: #D81E06;
  position: absolute;
  left: -40px;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  top: calc(50% - 20px);
}

.hqqmovie_wrapper .hqqmovie_swiper .next_btn {
  right: -40px;
  left: auto;
}

.hqqmovie_wrapper .hqqmovie_swiper .swiper-slide {
  background-color: transparent;
}

.hqqmovie_wrapper .hqqmovie_swiper .media_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 0 5px;
}

.hqqmovie_wrapper .hqqmovie_swiper .media_box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hqqmovie_wrapper .hqqmovie_swiper .media_box .left_md {
  flex: 0 0 480px;
  height: 295px;
  position: relative;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 10px;
}

.hqqmovie_wrapper .hqqmovie_swiper .media_box .left_md:hover .diahov {
  display: flex;
}

.hqqmovie_wrapper .hqqmovie_swiper .media_box .right_md {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}

.hqqmovie_wrapper .hqqmovie_swiper .media_box .right_md li {
  width: 230px;
  height: 140px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.hqqmovie_wrapper .hqqmovie_swiper .media_box .right_md li:hover .diahov {
  display: flex;
}

/* 首页-红旗渠影视 end */
/* 首页-友情链接 start */
/* 首页-友情链接 end */
.friend_links_wrapper {
  margin-top: 48px;
  margin-bottom: 24px;
}

.friend_links_wrapper a {
  display: block;
}

.friend_links_wrapper .friend_links_cont {
  display: flex;
}

.friend_links_wrapper .friend_links_cont .links_cont_title {
  height: 48px;
  line-height: 48px;
  text-align: center;
  flex: 0 0 120px;
  font-size: 22px;
  font-weight: bold;
  background: url("/assets/pc/img/fribg_03.png") no-repeat;
  background-size: 24px 22px;
}

.friend_links_wrapper .friend_links_cont .links_list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.friend_links_wrapper .friend_links_cont .links_list a {
  display: block;
  height: 48px;
  line-height: 48px;
  position: relative;
  margin-right: 20px;
  padding-left: 25px;
}

.friend_links_wrapper .friend_links_cont .links_list a::after {
  content: "";
  position: absolute;
  left: 10px;
  width: 5px;
  height: 5px;
  background-color: #C50002;
  border-radius: 50%;
  top: 21px;
}

/* 首页-公共底部信息 start */
.foot_wrapper .foot_top_box {
  height: 360px;
  background: url("/assets/pc/img/32_02.png") no-repeat #C10002;
  background-size: cover;
}

.foot_wrapper .foot_top_box .foot_cont_wrapper {
  height: 100%;
}

.foot_wrapper .foot_top_box .foot_cont_wrapper a {
  display: block;
  height: 100%;
  width: 100%;
}

.foot_wrapper .foot_top_box .foot_cont_wrapper .title_box {
  padding: 30px 0 25px 0;
  border-bottom: 1px solid #DA6667;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.foot_wrapper .foot_top_box .foot_cont_wrapper .title_box .logo_pc {
  /* width: 296px; */
  height: 54px;
}

.foot_wrapper .foot_top_box .foot_cont_wrapper .title_box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.foot_wrapper .foot_top_box .foot_cont_wrapper .title_box ul li {
  height: 100%;
}

.foot_wrapper .foot_top_box .foot_cont_wrapper .title_box ul li:not(:last-child) {
  margin-right: 20px;
}

.foot_wrapper .foot_top_box .foot_cont_wrapper .title_box ul li a {
  color: #fff;
  font-size: 18px;
}

.foot_wrapper .foot_top_box .foot_cont_wrapper .cont_box {
  display: flex;
}

.foot_wrapper .foot_top_box .foot_cont_wrapper .cont_box p {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}

.foot_wrapper .foot_top_box .foot_cont_wrapper .cont_box .box1 {
  padding-left: 58px;
}

.foot_wrapper .foot_top_box .foot_cont_wrapper .cont_box .box1 div {
  display: flex;
}

.foot_wrapper .foot_top_box .foot_cont_wrapper .cont_box .box2 {
  padding: 36px 245px 0 120px;
}

.foot_wrapper .foot_top_box .foot_cont_wrapper .cont_box .box2 div {
  display: flex;
}

.foot_wrapper .foot_top_box .foot_cont_wrapper .cont_box .box3 {
  text-align: center;
}

.foot_wrapper .foot_top_box .foot_cont_wrapper .cont_box .box3 .erm_pc {
  width: 120px;
  height: 120px;
  margin-bottom: 8px;
  border-radius: 7px;
  overflow: hidden;
}

.foot_wrapper .foot_bottom_box {
  text-align: center;
  height: 75px;
  line-height: 75px;
  font-size: 16px;
}
.foot_wrapper .foot_bottom_box img {
  vertical-align: middle;
}
/* 首页-公共底部信息 end */
/* 首页-大屏弹窗 start */
.mul_media_wrapper_dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.mul_media_wrapper_dialog .mul_media_cont {
  width: 90vw;
  height: 90vh;
}

.mul_media_wrapper_dialog .mul_media_cont .swiper-slide {
  background-color: transparent;
}

.mul_media_wrapper_dialog .mul_media_cont .closedia {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.mul_media_wrapper_dialog .mul_media_cont .swiper-button-prev {
  background-image: none;
  width: auto;
  height: auto;
}

.mul_media_wrapper_dialog .mul_media_cont .swiper-button-prev::before {
  content: "\e65a";
  font-family: "iconfont";
  font-size: 80px;
  color: #fff;
  cursor: pointer;
}

.mul_media_wrapper_dialog .mul_media_cont .swiper-button-next {
  background-image: none;
  width: auto;
  height: auto;
}

.mul_media_wrapper_dialog .mul_media_cont .swiper-button-next::before {
  content: "\e64f";
  font-family: "iconfont";
  font-size: 80px;
  color: #fff;
  cursor: pointer;
}

.mul_media_wrapper_dialog .mul_media_cont .media_box_dia {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

@media screen and (max-aspect-ratio: 16/9) {
  .mul_media_wrapper_dialog .mul_media_cont .media_box_dia video {
    width: 100%;
    height: fit-content;
    aspect-ratio: 16/9;
  }
}

@media screen and (min-aspect-ratio: 16/9) {
  .mul_media_wrapper_dialog .mul_media_cont .media_box_dia video {
    height: 100%;
    width: fit-content;
    aspect-ratio: 16/9;
  }
}

.mul_media_wrapper_dialog .imgfit {
  height: auto;
  width: auto;
  max-width: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

/* 首页-大屏弹窗 end */